/*formato para datagrid*/
.ListNormal td
{
	font-size: x-small;
	font-family: Arial, Tahoma, 'Microsoft Sans Serif' , 'Trebuchet MS' , verdana;
}

/*Formato para encabezado*/
.ListHeaderNormal
{
	font-weight: bold;
	background-color: #427dbd;
	color: white;
	height: 25px;
	text-align: center;
}

.ListHeaderNormal a
{
    text-decoration: none;
    color: LightGoldenrodYellow;
    padding: 0px 15px 0px 15px;
}

.ListItemNormal, .GridAltItemNormal
{
	font-size: xx-small;
	color: black;
}

.ListItemNormal
{
	color: black;
	background-color: white;
	text-align: left;
}

.ListAltItemNormal
{
	color: black;
	background-color: whitesmoke;
	text-align: left;
}

